home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / zlaty kalich / zlatykalich / ZlatyKalich.exe / scripts / DefineSprite_910 / frame_425 / DoAction.as
Text File  |  2001-12-02  |  512b  |  25 lines

  1. call("/:hide");
  2. _root.pepa.gotoAndStop("talkqd");
  3. _root.pegleg.gotoAndPlay("talk");
  4. if(_root.english == 1)
  5. {
  6.    if(random(2) == 0)
  7.    {
  8.       s1 = "Do I seem to have little stuff around here?";
  9.    }
  10.    else
  11.    {
  12.       s1 = "I don\'t want this, I\'ve got more useless stuff here";
  13.    }
  14. }
  15. else if(random(2) == 0)
  16. {
  17.    s1 = "Nemysl∩┐╜ si, ∩┐╜e zde m∩┐╜m vete∩┐╜e a∩┐╜ nad hlavu";
  18. }
  19. else
  20. {
  21.    s1 = "To nechci, m∩┐╜m zde p∩┐╜ece zbyte∩┐╜n∩┐╜j∩┐╜∩┐╜ volovinky";
  22. }
  23. _root.pegkecy = s1;
  24. wait = 0;
  25.